if the machineType = 256 then set the itemDelimiter = "\"
else set the itemDelimiter = ":"
set vrName = the last item of the text of field "fileName"
put "The QuickTime VR movie '" & vrName & "' has been opened. It is currently using" && ramUsedByMov/1024 & "k of RAM." & RETURN & RETURN & "To see the movie go to the next section: 'Display'" into field "Movie Info"
else
put "The QuickTime VR movie '" & vrName & "' could not be opened." & RETURN & RETURN & "Make sure the pathname is correct and the movie is a valid QTVR movie. If that still doesn't work try resaving it in QTVRPlayer." into field "Movie Info"